Spread Windows Forms 10.0 Product Documentation
RowResizeUndoAction Constructor(SheetView,RowHeightChangeExtents[],Int32,Boolean,Boolean)


Sheet
Array of row height change extents
Size
Whether the row being resized is in the column header area
Whether the row being resized is in the column footer area
Creates a new undo action for row resizing.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal rows() As RowHeightChangeExtents, _
   ByVal size As Integer, _
   ByVal columnHeader As Boolean, _
   ByVal columnFooter As Boolean _
)
'Usage
 
Dim sheetView As SheetView
Dim rows() As RowHeightChangeExtents
Dim size As Integer
Dim columnHeader As Boolean
Dim columnFooter As Boolean
 
Dim instance As New RowResizeUndoAction(sheetView, rows, size, columnHeader, columnFooter)
public RowResizeUndoAction( 
   SheetView sheetView,
   RowHeightChangeExtents[] rows,
   int size,
   bool columnHeader,
   bool columnFooter
)

Parameters

sheetView
Sheet
rows
Array of row height change extents
size
Size
columnHeader
Whether the row being resized is in the column header area
columnFooter
Whether the row being resized is in the column footer area
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

RowResizeUndoAction Class
RowResizeUndoAction Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.